/*body, h1,h2,h3,h4 {
    color: black !important;
}*/

#wait-emelcawebpayws {
    display:none;
    width:62px;
    height:62px;
    position:fixed;
    border: 1px solid #2E5C2E;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;  
}
.overlay-emelcawebpayws {
    display:none;
    width: 100%;
    height: 100%;
    background: gray;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998; /* Just to keep it at the very top */
    opacity: 0.8;
}
.error-emelcawebpay {
    display:none;
    color:red;
}
#btn-emelcawebpayws-1 {
    margin-top : 5px;
}